Return to doc.sitecore.com

Valid for Sitecore 5.2, 5.1.1
  GetItemsInWorkflowState
Prev Next

GetItemsInWorkflowState returns an array of items in a given workflow and state.

DataUri[] GetItemsInWorkflowState(
  WorkflowInfo info,
  CallContext context
)

Sitecore calls the GetItemsInWorkflowState when it must display all the items in the state identified by info.WorkflowID and info.StateID.


Prev Next